home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / DRGNHOME.ZIP / DRGNHOME.REF < prev    next >
Text File  |  1997-07-29  |  25KB  |  1,124 lines

  1. ;Dragon's Den Housing     UNREGISTERED!!!!
  2. ;by Codax Dragon
  3. ;Hey I'm sorry to do this but I need the money.
  4. ;Contact me at Codax_dragon@juno.com
  5. ;My webpage is underconstruction but running at
  6. ;http://www.geocities.com/SiliconValley/Way/9982/index.html
  7. ;This IGM is NOT FINISHED!!!!  There will be an upgraded version soon
  8. ;The upgrade will include: Selling of houses and a couple more screens
  9. ;----------------------------------The Sign--------------------------
  10. @#sign
  11. @do moveback
  12.  
  13. @do saybar
  14.   `2Welcome to Dragon's Den Housing.....
  15. @closescript
  16. @end
  17. ;---------------------------------Second Sign------------------------
  18. @#sign2
  19. @do moveback
  20.  
  21. @do Saybar
  22.    `$N`2ow `$E`2ntering `$T`2he `$U`2pper `$E`2states
  23. @closescript
  24. @end
  25. ;---------------------------Codax's Bench----------------------
  26. @#codaxbench
  27. @do moveback
  28. @do `p21 random 24 1
  29.     
  30. @if `p21 is 1 then saybar
  31. `0Codax:  `2Dragon's Den BBS is the only 1 4 me!!!
  32. @if `p21 is 2 then saybar
  33. `0Codax:  `2When I get a house I'll be safe forever
  34. @if `p21 is 3 then saybar
  35. `0Codax:  `2Place your add here
  36. @if `p21 is 4 then saybar
  37. `0Codax:  `2Alms for a sysop....Come on buddy...Please....<sniff>
  38. @if `p21 is 5 then saybar
  39. `0Codax:  `2Show me the `$Money!!!!
  40. @if `p21 is 6 then saybar
  41. `0Codax:  `2I'm shameless when advertising for my BBS
  42. @if `p21 is 7 then saybar
  43. `0Codax:  `2Look out behind you!!!!!!haha tricked you!!
  44. @if `p21 is 8 then saybar
  45. `0Codax:  `2May the Dragons Protect Your Soul
  46. @if `p21 is 9 then saybar
  47. `0Codax:  `2I've got alot to say don't I?
  48. @if `p21 is 10 then saybar
  49. `0Codax:  `2No body knows the trouble I seen....
  50. @if `p21 is 11 then saybar
  51. `0Codax:  `2Make Love not `4`bWar
  52. @if `p21 is 12 then saybar
  53. `0Codax:  `2WHAT?!?!?! PHOENIX?!?!?  WHERE?!?!?!?
  54. @if `p21 is 13 then saybar
  55. `0Codax:  `2Have your people call my people...We'll do lunch
  56. @if `p21 is 14 then saybar
  57. `0Codax:  `2The roof...The roof...The roof is on FIRE!!!
  58. @if `p21 is 15 then saybar
  59. `0Codax:  `2Barak still lives with his mother
  60. @if `p21 is 16 then saybar
  61. `0Codax:  `2Have you found Power yet?
  62. @if `p21 is 17 then saybar
  63. `0Codax:  `2Seth spelled backwards is Htes
  64. @if `p21 is 18 then saybar
  65. `0Codax:  `2Seth Able can also be Ale Thebs
  66. @if `p21 is 19 then saybar
  67. `0Codax:  `2Stay Off My BENCH!!!!!!!
  68. @if `p21 is 20 then saybar
  69. `0Codax:  `2Do you have a newspaper?  It's rather cold today
  70. @if `p21 is 21 then saybar
  71. `0Codax:  `2All hail Emporor Gehstal...er..sorry wrong game
  72. @if `p21 is 22 then saybar
  73. `0Codax:  `2Thou art so........odd
  74. @if `p21 is 23 then saybar
  75. `0Codax:  `2Idea for a new game:  Koshi's Island 2
  76. @if `p21 is 24 then saybar
  77. `0Codax:  `2 Nothing is like the music of hundreds of voices screaming in unison!
  78. @closescript
  79. ;---------------------------house 1-----------------------
  80. @#House1
  81. @do moveback
  82. @offmap
  83. @if castle71.dat exist false then do
  84.   @begin
  85.   @show
  86. `r0`c  `r1 `%For Sale `r0
  87.  
  88.    `2This is a nice house
  89.   It is for sale, and the asking price is `$$500`2.
  90.  
  91. @do `v01 is 1
  92. @do write
  93. `x`x
  94. @choice
  95. >&money 499 Buy that sucker.
  96. <&money 500 Cuss 'cause you ain't got no cash
  97. >&money 499 Find the 3 little pigs.
  98. @
  99.  
  100. @if responce is 1 then do
  101.   @begin
  102.   @if castle71.dat exist true then do
  103.     @begin
  104.     @show
  105. `\`\  `2Dammit!  Someone bought the house you had your eye on.  There goes
  106.   the honeymoon in paradise...better find someplace else.`\`\`k
  107.     @do goto done
  108.     @end
  109.  
  110.   @writefile castle71.dat
  111. &playernum
  112. NONE
  113.     @do money - 500
  114.     @do addlog
  115.   `0`n `2buys `%A nice house`2!
  116.      @routine seperate in gametxt.ref
  117.  
  118.   @show
  119. `r0`c  `r1 `%G`day, landowner! `r0
  120. `\`2  You now own this house!
  121.  
  122. `k  `0As a special bonus, one bed is included!
  123.  
  124.   `2Enjoy your new home.`\`\`k
  125.   @end
  126.  
  127. @label done
  128. @drawmap
  129. @update
  130. @closescript
  131.   @end
  132.  
  133. @readfile castle71.dat
  134. `p20
  135. `s01
  136. @
  137.  
  138. @do `p21 is deleted `p20
  139.  
  140. @if `p21 is 1 then do
  141.   @begin
  142.    ;owner got deleted!!!  Lets put it up for sale again.
  143.    @do delete castle71.dat
  144.     @do addlog
  145.   `%A great house`2 is put on the market today.
  146.      @routine seperate in gametxt.ref
  147.  
  148.    ;run script again
  149.    @do goto enter
  150.   @end
  151.  
  152. @if `p20 not &playernum then do
  153.   @begin
  154.   @do `s02 is getname `p20
  155.   @do upcase `s01
  156.   @if `s01 is NONE then do
  157.    @begin
  158.    @show
  159. `r0`c  `r1 None shall pass `r0
  160.  
  161.   `2You pound on the door for some time before you get an answer.
  162.  
  163.   `0"Master `s02`0 has declared that `4NO`0 visitors shall be allowed!" `2a
  164.   voice calls from behind the wall.
  165.  
  166.   `4You hang your head.
  167.  
  168. `k
  169.    @do goto done
  170.    @end
  171.  
  172.   @show
  173. `r0`c  `r1 Stand and unfold thyself `r0
  174.  
  175. `2  A head pops out the door.  `0"Halt, you!  What do you want with
  176.   my lord and master, `%`s02`0?" `2the maid asks.
  177.  
  178. @do write
  179. `x`x
  180. @do `v01 is 1
  181. @choice
  182. Say something.
  183. Visit later.
  184.   @if response is 1 then do
  185.    @begin
  186.    @do write
  187. `\`\  `2Say what? :`x
  188.   @do readstring 40 NIL `s03 
  189.   @do upcase `s03
  190.   @do upcase `s01
  191.  
  192.   @if `s03 is `s01 then do
  193.     @begin
  194.     @show
  195. `\`\  `0"Welcome to `%This nice house`0,"`2 the maid smiles as she opens the door.`\`\`k
  196.     @do goto letmein
  197.     @end
  198.    @writefile mail\mail`p20.dat
  199.   `0House Reports:
  200. `2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  201. `0  `n`2 attempted to sweet talk the maid by saying
  202.   `0"`s03"`2.  `2He was `bNOT`2 allowed in.
  203.  
  204.    @show
  205. `\`\  `2The maid doesn't look too interested.`\`\`k
  206.    @do goto done
  207.    @end
  208.  
  209.   @do goto done
  210.  
  211.   @end
  212.  
  213. ;let him in
  214. @label letmein
  215. @do x is 12
  216. @do y is 6
  217. @do map is 1588
  218. @loadmap 1588
  219. @do goto done
  220. @#done
  221. ;-------------------------------------HOuse 2----------------
  222. @#house2
  223. @do moveback
  224. @offmap
  225. @if castle72.dat exist false then do
  226.   @begin
  227.   @show
  228. `r0`c  `r1 `%For Sale `r0
  229.  
  230.    `2This is a nice house
  231.   It is for sale, and the asking price is `$$500`2.
  232.  
  233. @do `v01 is 1
  234. @do write
  235. `x`x
  236. @choice
  237. >&money 499 Buy it.
  238. <&money 500 Cuss 'cause you ain't got no cash.
  239. >&money 499 Find the 3 little pigs.
  240. @
  241.  
  242. @if responce is 1 then do
  243.   @begin
  244.   @if castle72.dat exist true then do
  245.     @begin
  246.     @show
  247. `\`\  `2Oh crap!  Someone bought the house you wanted.  There goes
  248.   that honey moon in paradise you had planned.`\`\`k
  249.     @do goto done
  250.     @end
  251.  
  252.   @writefile castle72.dat
  253. &playernum
  254. NONE
  255.     @do money - 500
  256.     @do addlog
  257.   `0`n `2buys `%A nice house`2!
  258.      @routine seperate in gametxt.ref
  259.  
  260.   @show
  261. `r0`c  `r1 `%G`day, landowner! `r0
  262. `\`2  Nice job!  You now own this house!
  263.  
  264. `k  `0As a special bonus, one bed is included!
  265.  
  266.   `2Enjoy your new home.`\`\`k
  267.   @end
  268.  
  269. @label done
  270. @drawmap
  271. @update
  272. @closescript
  273.   @end
  274.  
  275. @readfile castle72.dat
  276. `p20
  277. `s01
  278. @
  279.  
  280. @do `p21 is deleted `p20
  281.  
  282. @if `p21 is 1 then do
  283.   @begin
  284.    ;owner got deleted!!!  Lets put it up for sale again.
  285.    @do delete castle72.dat
  286.     @do addlog
  287.   `%A nice house`2 is put on the market today.
  288.      @routine seperate in gametxt.ref
  289.  
  290.    ;run script again
  291.    @do goto enter
  292.   @end
  293.  
  294. @if `p20 not &playernum then do
  295.   @begin
  296.   @do `s02 is getname `p20
  297.   @do upcase `s01
  298.   @if `s01 is NONE then do
  299.    @begin
  300.    @show
  301. `r0`c  `r1 None shall pass `r0
  302.  
  303.   `2You pound on the door for some time before you get an answer.
  304.  
  305.   `0"Master `s02`0 has declared that `4NO`0 visitors shall be allowed!" `2a
  306.   voice calls from behind the wall.
  307.  
  308.   `4You hang your head low.
  309.  
  310. `k
  311.    @do goto done
  312.    @end
  313.  
  314.   @show
  315. `r0`c  `r1 Stand and unfold thyself `r0
  316.  
  317. `2  A head pops out the door.  `0"Halt, you!  What business have you with
  318.   my lord and master, `%`s02`0?" `2the maid asks.
  319.  
  320. @do write
  321. `x`x
  322. @do `v01 is 1
  323. @choice
  324. Offer an explanation.
  325. Visit later.
  326.   @if response is 1 then do
  327.    @begin
  328.    @do write
  329. `\`\  `2Say what? :`x
  330.   @do readstring 40 NIL `s03 
  331.   @do upcase `s03
  332.   @do upcase `s01
  333.  
  334.   @if `s03 is `s01 then do
  335.     @begin
  336.     @show
  337. `\`\  `0"Welcome to `%This nice house`0,"`2 the maid smiles as she opens the door.`\`\`k
  338.     @do goto letmein
  339.     @end
  340.    @writefile mail\mail`p20.dat
  341.   `0House Reports:
  342. `2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  343. `0  `n`2 attempted to sweet talk the maid by saying
  344.   `0"`s03"`2.  `2He was `bNOT`2 allowed in.
  345.  
  346.    @show
  347. `\`\  `2The maid doesn't look too interested.`\`\`k
  348.    @do goto done
  349.    @end
  350.  
  351.   @do goto done
  352.  
  353.   @end
  354.  
  355. ;let him in
  356. @label letmein
  357. @do x is 38
  358. @do y is 6
  359. @do map is 1588
  360. @loadmap 1588
  361. @do goto done
  362. @#done
  363. ;------------------------------------------House 3--------------
  364. @#house3
  365. @do moveback
  366. @offmap
  367. @if castle73.dat exist false then do
  368.   @begin
  369.   @show
  370. `r0`c  `r1 `%For Sale `r0
  371.  
  372.    `2This is a nice house
  373.   It is for sale, however.  The asking price is `$$500`2.
  374.  
  375. @do `v01 is 1
  376. @do write
  377. `x`x
  378. @choice
  379. >&money 499 Purchase it.
  380. <&money 500 Cuss 'cause you ain't got the cash.
  381. >&money 499 Try to find the 3 little pigs.
  382. @
  383.  
  384. @if responce is 1 then do
  385.   @begin
  386.   @if castle73.dat exist true then do
  387.     @begin
  388.     @show
  389. `\`\  `2Dammit!  Someone bought the house you wanted.  There goes
  390.   the honeymoon in paradise you had planed.`\`\`k
  391.     @do goto done
  392.     @end
  393.  
  394.   @writefile castle73.dat
  395. &playernum
  396. NONE
  397.     @do money - 500
  398.     @do addlog
  399.   `0`n `2buys `%A nice house`2!
  400.      @routine seperate in gametxt.ref
  401.  
  402.   @show
  403. `r0`c  `r1 `%G'day, landowner! `r0
  404. `\`2  Nice job!  You now own this house!
  405.  
  406. `k  `0As a special bonus, one bed is included!
  407.  
  408.   `2Enjoy your new home.`\`\`k
  409.   @end
  410.  
  411. @label done
  412. @drawmap
  413. @update
  414. @closescript
  415.   @end
  416.  
  417. @readfile castle73.dat
  418. `p20
  419. `s01
  420. @
  421.  
  422. @do `p21 is deleted `p20
  423.  
  424. @if `p21 is 1 then do
  425.   @begin
  426.    @do delete castle73.dat
  427.     @do addlog
  428.   `%A nice house`2 is put on the market today.
  429.      @routine seperate in gametxt.ref
  430.  
  431.    ;run script again
  432.    @do goto enter
  433.   @end
  434.  
  435. @if `p20 not &playernum then do
  436.   @begin
  437.   @do `s02 is getname `p20
  438.   @do upcase `s01
  439.   @if `s01 is NONE then do
  440.    @begin
  441.    @show
  442. `r0`c  `r1 None shall pass `r0
  443.  
  444.   `2You pound on the door for some time before you get an answer.
  445.  
  446.   `0"Master `s02`0 has declared that `4NO`0 visitors shall be allowed!" `2a
  447.   voice calls from behind the wall.
  448.  
  449.   `4You hang your head.
  450.  
  451. `k
  452.    @do goto done
  453.    @end
  454.  
  455.   @show
  456. `r0`c  `r1 Stand and unfold thyself `r0
  457.  
  458. `2  A head pops out the door.  `0"Halt, you!  What business have you with
  459.   my lord and master, `%`s02`0?" `2the maid asks.
  460.  
  461. @do write
  462. `x`x
  463. @do `v01 is 1
  464. @choice
  465. Offer an explanation.
  466. Visit later.
  467.   @if response is 1 then do
  468.    @begin
  469.    @do write
  470. `\`\  `2Say what? :`x
  471.   @do readstring 40 NIL `s03 
  472.   @do upcase `s03
  473.   @do upcase `s01
  474.  
  475.   @if `s03 is `s01 then do
  476.     @begin
  477.     @show
  478. `\`\  `0"Welcome to `%This nice house`0,"`2 the maid smiles as she opens the door.`\`\`k
  479.     @do goto letmein
  480.     @end
  481.    @writefile mail\mail`p20.dat
  482.   `0House Reports:
  483. `2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  484. `0  `n`2 attempted to sweet talk the maid by saying
  485.   `0"`s03"`2.  `2He was `bNOT`2 allowed in.
  486.  
  487.    @show
  488. `\`\  `2The maid doesn't look too interested.`\`\`k
  489.    @do goto done
  490.    @end
  491.  
  492.   @do goto done
  493.  
  494.   @end
  495.  
  496. ;let him in
  497. @label letmein
  498. @do x is 23
  499. @do y is 6
  500. @do map is 1588
  501. @loadmap 1588
  502. @do goto done
  503. @#done
  504. ;-----------------------------------------House 4----------------------
  505. @#house4
  506. @do moveback
  507. @offmap
  508. @if castle74.dat exist false then do
  509.   @begin
  510.   @show
  511. `r0`c  `r1 `%For Sale `r0
  512.  
  513.    `2This is a nice house
  514.   It is for sale, however.  The asking price is `$$800`2.
  515.  
  516. @do `v01 is 1
  517. @do write
  518. `x`x
  519. @choice
  520. >&money 799 Purchase it.
  521. <&money 800 Cuss 'cause you don't have the cash.
  522. >&money 799 Try to find the 3 little pigs.
  523. @
  524.  
  525. @if responce is 1 then do
  526.   @begin
  527.   @if castle74.dat exist true then do
  528.     @begin
  529.     @show
  530. `\`\  `2Dammit!  Someone bought the house you wanted.  There goes
  531.   that honeymoon in paradise you had planned.`\`\`k
  532.     @do goto done
  533.     @end
  534.  
  535.   @writefile castle74.dat
  536. &playernum
  537. NONE
  538.     @do money - 800
  539.     @do addlog
  540.   `0`n `2buys `%A nice house`2!
  541.      @routine seperate in gametxt.ref
  542.  
  543.   @show
  544. `r0`c  `r1 `%G'day, landowner! `r0
  545. `\`2  Nice job!  You now own this house!
  546.  
  547. `k  `0As a special bonus, one bed is included!
  548.  
  549.   `2Enjoy your new home.`\`\`k
  550.   @end
  551.  
  552. @label done
  553. @drawmap
  554. @update
  555. @closescript
  556.   @end
  557.  
  558. @readfile castle74.dat
  559. `p20
  560. `s01
  561. @
  562.  
  563. @do `p21 is deleted `p20
  564.  
  565. @if `p21 is 1 then do
  566.   @begin
  567.    @do delete castle74.dat
  568.     @do addlog
  569.   `%A nice house`2 is put on the market today.
  570.      @routine seperate in gametxt.ref
  571.  
  572.    ;run script again
  573.    @do goto enter
  574.   @end
  575.  
  576. @if `p20 not &playernum then do
  577.   @begin
  578.   @do `s02 is getname `p20
  579.   @do upcase `s01
  580.   @if `s01 is NONE then do
  581.    @begin
  582.    @show
  583. `r0`c  `r1 None shall pass `r0
  584.  
  585.   `2You pound on the door for some time before you get an answer.
  586.  
  587.   `0"Master `s02`0 has declared that `4NO`0 visitors shall be allowed!" `2a
  588.   voice calls from behind the wall.
  589.  
  590.   `4You hang your head.
  591.  
  592. `k
  593.    @do goto done
  594.    @end
  595.  
  596.   @show
  597. `r0`c  `r1 Stand and unfold thyself `r0
  598.  
  599. `2  A head pops out the door.  `0"Halt, you!  What business have you with
  600.   my lord and master, `%`s02`0?" `2the maid asks.
  601.  
  602. @do write
  603. `x`x
  604. @do `v01 is 1
  605. @choice
  606. Offer an explanation.
  607. Visit later.
  608.   @if response is 1 then do
  609.    @begin
  610.    @do write
  611. `\`\  `2Say what? :`x
  612.   @do readstring 40 NIL `s03 
  613.   @do upcase `s03
  614.   @do upcase `s01
  615.  
  616.   @if `s03 is `s01 then do
  617.     @begin
  618.     @show
  619. `\`\  `0"Welcome to `%This nice house`0,"`2 the maid smiles as she opens the door.`\`\`k
  620.     @do goto letmein
  621.     @end
  622.    @writefile mail\mail`p20.dat
  623.   `0House Reports:
  624. `2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  625. `0  `n`2 attempted to sweet talk the maid by saying
  626.   `0"`s03"`2.  `2He was `bNOT`2 allowed in.
  627.  
  628.    @show
  629. `\`\  `2The maid doesn't look too interested.`\`\`k
  630.    @do goto done
  631.    @end
  632.  
  633.   @do goto done
  634.  
  635.   @end
  636.  
  637. ;let him in
  638. @label letmein
  639. @do x is 23
  640. @do y is 14
  641. @do map is 1588
  642. @loadmap 1588
  643. @do goto done
  644. @#done
  645. ;-------------------------------------HOuse 5----------------------
  646. @#house5
  647. @do moveback
  648. @offmap
  649. @if castle75.dat exist false then do
  650.   @begin
  651.   @show
  652. `r0`c  `r1 `%For Sale `r0
  653.  
  654.    `2This is a nice house
  655.   It is for sale, however.  The asking price is `$$1500`2.
  656.  
  657. @do `v01 is 1
  658. @do write
  659. `x`x
  660. @choice
  661. >&money 1499 Buy it.
  662. <&money 1500 Cuss 'cause you don't have the cash.
  663. >&money 1499 Try to find the 3 little pigs.
  664. @
  665.  
  666. @if responce is 1 then do
  667.   @begin
  668.   @if castle75.dat exist true then do
  669.     @begin
  670.     @show
  671. `\`\  `2Dammit!  Someone bought the house you wanted.  There goes
  672.   that romantic honeymoon in paradise you planned.`\`\`k
  673.     @do goto done
  674.     @end
  675.  
  676.   @writefile castle75.dat
  677. &playernum
  678. NONE
  679.     @do money - 1500
  680.     @do addlog
  681.   `0`n `2buys `%A nice house`2!
  682.      @routine seperate in gametxt.ref
  683.  
  684.   @show
  685. `r0`c  `r1 `%G'day, landowner! `r0
  686. `\`2  Nice job!  You now own this house!
  687.  
  688. `k  `0As a special bonus, one bed is included!
  689.  
  690.   `2Enjoy your new home.`\`\`k
  691.   @end
  692.  
  693. @label done
  694. @drawmap
  695. @update
  696. @closescript
  697.   @end
  698.  
  699. @readfile castle75.dat
  700. `p20
  701. `s01
  702. @
  703.  
  704. @do `p21 is deleted `p20
  705.  
  706. @if `p21 is 1 then do
  707.   @begin
  708.    @do delete castle75.dat
  709.     @do addlog
  710.   `%A nice house`2 is put on the market today.
  711.      @routine seperate in gametxt.ref
  712.  
  713.    ;run script again
  714.    @do goto enter
  715.   @end
  716.  
  717. @if `p20 not &playernum then do
  718.   @begin
  719.   @do `s02 is getname `p20
  720.   @do upcase `s01
  721.   @if `s01 is NONE then do
  722.    @begin
  723.    @show
  724. `r0`c  `r1 None shall pass `r0
  725.  
  726.   `2You pound on the door for some time before you get an answer.
  727.  
  728.   `0"Master `s02`0 has declared that `4NO`0 visitors shall be allowed!" `2a
  729.   voice calls from behind the wall.
  730.  
  731.   `4You hang your head.
  732.  
  733. `k
  734.    @do goto done
  735.    @end
  736.  
  737.   @show
  738. `r0`c  `r1 Stand and unfold thyself `r0
  739.  
  740. `2  A head pops out the door.  `0"Halt, you!  What business have you with
  741.   my lord and master, `%`s02`0?" `2the maid asks.
  742.  
  743. @do write
  744. `x`x
  745. @do `v01 is 1
  746. @choice
  747. Offer an explanation.
  748. Visit later.
  749.   @if response is 1 then do
  750.    @begin
  751.    @do write
  752. `\`\  `2Say what? :`x
  753.   @do readstring 40 NIL `s03 
  754.   @do upcase `s03
  755.   @do upcase `s01
  756.  
  757.   @if `s03 is `s01 then do
  758.     @begin
  759.     @show
  760. `\`\  `0"Welcome to `%This nice house`0,"`2 the maid smiles as she opens the door.`\`\`k
  761.     @do goto letmein
  762.     @end
  763.    @writefile mail\mail`p20.dat
  764.   `0House Reports:
  765. `2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  766. `0  `n`2 attempted to sweet talk the maid by saying
  767.   `0"`s03"`2.  `2He was `bNOT`2 allowed in.
  768.  
  769.    @show
  770. `\`\  `2The maid doesn't look too interested.`\`\`k
  771.    @do goto done
  772.    @end
  773.  
  774.   @do goto done
  775.  
  776.   @end
  777.  
  778. ;let him in
  779. @label letmein
  780. @do x is 71
  781. @do y is 19
  782. @do map is 1588
  783. @loadmap 1588
  784. @do goto done
  785. @#done
  786. ;--------------------------------House 6--------------------
  787. @#house6
  788. @do moveback
  789. @offmap
  790. @if castle76.dat exist false then do
  791.   @begin
  792.   @show
  793. `r0`c  `r1 `%For Sale `r0
  794.  
  795.    `2This is a nice house
  796.   It is for sale, however.  The asking price is `$$5000`2.
  797.  
  798. @do `v01 is 1
  799. @do write
  800. `x`x
  801. @choice
  802. >&money 4999 "I'll take it."
  803. <&money 5000 Cuss 'cause you don't have the cash.
  804. >&money 4999 Find the 3 little pigs.
  805. @
  806.  
  807. @if responce is 1 then do
  808.   @begin
  809.   @if castle76.dat exist true then do
  810.     @begin
  811.     @show
  812. `\`\  `2Smegging Hell!  Someone bought the house you wanted.  There goes
  813.  that romantice honeymoon in paradise you planned.`\`\`k
  814.     @do goto done
  815.     @end
  816.  
  817.   @writefile castle76.dat
  818. &playernum
  819. NONE
  820.     @do money - 5000
  821.     @do addlog
  822.   `0`n `2buys `%A nice house`2!
  823.      @routine seperate in gametxt.ref
  824.  
  825.   @show
  826. `r0`c  `r1 `%Why hello there, landowner! `r0
  827. `\`2  Nice job!  You now own this house!
  828.  
  829. `k  `0As a special bonus, 2 beds are included!
  830.  
  831.   `2Enjoy your new home.`\`\`k
  832.   @end
  833.  
  834. @label done
  835. @drawmap
  836. @update
  837. @closescript
  838.   @end
  839.  
  840. @readfile castle76.dat
  841. `p20
  842. `s01
  843. @
  844.  
  845. @do `p21 is deleted `p20
  846.  
  847. @if `p21 is 1 then do
  848.   @begin
  849.    ;owner got deleted!!!  Lets put it up for sale again.
  850.    @do delete castle76.dat
  851.     @do addlog
  852.   `%A nice house`2 is put on the market today.
  853.      @routine seperate in gametxt.ref
  854.  
  855.    ;run script again
  856.    @do goto enter
  857.   @end
  858.  
  859. @if `p20 not &playernum then do
  860.   @begin
  861.   @do `s02 is getname `p20
  862.   @do upcase `s01
  863.   @if `s01 is NONE then do
  864.    @begin
  865.    @show
  866. `r0`c  `r1 None shall pass `r0
  867.  
  868.   `2You pound on the door for some time before you get an answer.
  869.  
  870.   `0"Master `s02`0 has declared that `4NO`0 visitors shall be allowed!" `2a
  871.   voice calls from behind the wall.
  872.  
  873.   `4Ouch!
  874.  
  875. `k
  876.    @do goto done
  877.    @end
  878.  
  879.   @show
  880. `r0`c  `r1 Stand and unfold thyself `r0
  881.  
  882. `2  A head pops out the door.  `0"Halt, you!  What business have you with
  883.   my lord and master, `%`s02`0?" `2the maid asks.
  884.  
  885. @do write
  886. `x`x
  887. @do `v01 is 1
  888. @choice
  889. Offer an explanation.
  890. Visit later.
  891.   @if response is 1 then do
  892.    @begin
  893.    @do write
  894. `\`\  `2Say what? :`x
  895.   @do readstring 40 NIL `s03 
  896.   @do upcase `s03
  897.   @do upcase `s01
  898.  
  899.   @if `s03 is `s01 then do
  900.     @begin
  901.     @show
  902. `\`\  `0"Welcome to `%This nice house`0,"`2 the maid smiles as she opens the door.`\`\`k
  903.     @do goto letmein
  904.     @end
  905.    @writefile mail\mail`p20.dat
  906.   `0House Reports:
  907. `2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  908. `0  `n`2 attempted to sweet talk the maid by saying
  909.   `0"`s03"`2.  `2He was `bNOT`2 allowed in.
  910.  
  911.    @show
  912. `\`\  `2The maid doesn't look too interested.`\`\`k
  913.    @do goto done
  914.    @end
  915.  
  916.   @do goto done
  917.  
  918.   @end
  919.  
  920. ;let him in
  921. @label letmein
  922. @do x is 66
  923. @do y is 14
  924. @do map is 1588
  925. @loadmap 1588
  926. @do goto done
  927. @#done
  928. ;------------------------------Home Office-----------------------------
  929. @#homeoffice
  930. @do moveback
  931. @show
  932. `r0`c  `r1 `%Talking to Darlatia `r0
  933.  
  934.  
  935.     `2#$^@HYAS#%QQDFHSDGJE#&&ASG @#$^!SD #!G A    @#% ARR>Mlp;'
  936. 3788GSHS#$%^&sstSUI8356SG&@#!&* $%&@ $1!     !$^!$ %@ $Y$QG +ª≥b864
  937. >σ_Θr▓+8í_    ╔ª_±C L   514 c_+Ih++w \%^&(.....
  938.  
  939. Do you understand?
  940. @choice
  941. Yes
  942. No
  943. Leave...she's scaring you.
  944. @if responce is 1 then goto Dragontalk
  945. @if responce is 3 then goto update
  946.    @show
  947.  
  948. `2"My Appologies....I was unware you didn't know Dragon Tounge."  
  949.  
  950. `$Fine...Just don't speak that shit to me again!!!
  951.  
  952.  
  953. `2"She bows then says "I am @#$^#!#)(+V...err...you can call me Darlatia
  954. I am second to `1C`3o`5d`7a`9x, `2the Leader of this village.  He would meet you himself
  955. but he is a trifle busy right now...I can't seem to find him anywhere....
  956. anyway would you like to hear the story behind this settlement?"
  957.  
  958.  
  959. `$"Not really, Dragon" You say flatly
  960.  
  961.  
  962. `2"Too bad you are going to hear it anyway.  Long ago there was a great
  963. war bettween the Phoenixi..."
  964.  
  965.  
  966. `$"You mean the Phoenixes!?!?!" You gasp in astonishment!!!
  967.  
  968.  
  969. `2"It is pronounced Phoenixi actually" she corrects you "anyway `1C`3o`5d`7a`9x was
  970. `2one of the warriors in the final battle of Phoel Hill.  Havn't you heard the
  971. legend of the Purple Dragon!?!?!
  972.  
  973.  
  974. `$"Is it anything like Ledgend Of the `4Red `2Dragon?" you say
  975.  
  976.  
  977. `2"Were you born on a farm, s&boy,?!?  The Red dragon is `1C`3o`5d`7a`9x's
  978.  `2father's cousin's son's daugter's roomate!"
  979.  
  980.  
  981. `$"So how does that relate him to this `1C`3o`5d`7a`9x `2guy?"
  982.  
  983.  
  984. `2"Never you mind.  `1C`3o`5d`7a`9x `2is the most powerfull of the Purple
  985. Dragons.  But it seems he has retired and decided to make some cash.
  986. Can't live on ledgends for ever ya know."
  987.  
  988. `$"Psshhh...yeah.....right"
  989.  
  990.  
  991. `2"So he decided to build this town...He decided since the Dragon and Phoenix
  992. war was over, Dragons were nearly extinct, and there were DragonHunters everywhere
  993. He now takes the guize of a half-elf.
  994.  
  995.  
  996. `$This is interesting and all but I need a house!
  997.  
  998.  
  999. `2Just go in the one you want to buy.  C'ya.
  1000. @
  1001. @key
  1002. @pauseon    
  1003. @drawmap
  1004. @update
  1005. ;==============================Dragontalk============================= 
  1006. @#Dragontalk
  1007. @show
  1008. `2awtb n1 64156 #$@%  !^!$  &@!!$  !@#$%^!  !@^!N "C3__εnM∙!>  L5T5n▀εC┼
  1009. WE4BQ23 N7 3 568E 234Q DFHDHW     13FGAG DARLATIA afoweij 908     23klh 7
  1010. wea aega84 faweifj asdi  asdfi  ;loiw ba 
  1011. asdlfjk 
  1012. kj
  1013.  
  1014. 9+4a35yu*(_&
  1015.  (*&_*()79^*);hk
  1016.  
  1017. &^*&^&)_*( 90^)*(  *( *&&#$%%^& $%T&(%^&(  ^&*^  *&%*( *^*()^  &*^*(^ U%^&*(
  1018. )(h9p867%%$ úú547++≤t8"4i W2/
  1019.  
  1020. `2You relize you have no idea what she is saying and leave feeling like
  1021. an idiot.
  1022. @
  1023. @key
  1024. @pauseon
  1025. @drawmap
  1026. @update
  1027. ;------------------------------Esperanto------------------------------
  1028. @#Esperanto
  1029. @do moveback
  1030. @do saybar
  1031.   `2ONLY IN `4`bREGISTERED VERSION
  1032.  
  1033. ;-----------------------------Royal-----------------------------------
  1034. @#Royal
  1035. @do moveback
  1036. @do saybar
  1037.   `2ONLY IN `4`bRegistered Version
  1038. ;--------------------------------Jasminita----------------------------
  1039. @#jasminita
  1040. @do moveback
  1041. @do saybar
  1042.   `2This is the cheapest castle...better ones in reged version!!!
  1043. @label letmein
  1044. @do x is 36
  1045. @do y is 18
  1046. @do map is 1082
  1047. @loadmap 1082
  1048. @do goto done
  1049. @#done
  1050. ;-------------------------------Upadate Screen Routine--------------------
  1051. @#update
  1052. @key
  1053. @drawmap
  1054. @update
  1055. ;------------------------------Mirror-------------------------------------
  1056. @#mirror
  1057. @do moveback
  1058. @do `p22 random 13 1
  1059.  
  1060. @if `p22 is 1 then saybar
  1061. `2"Mirror, Mirror on the wall which is greatest LORD of all?"
  1062. @if `p22 is 2 then saybar
  1063. `4`b<crack>
  1064. @if `p22 is 3 then saybar
  1065. `2Who's that s&man?  He's gorgous
  1066. @if `p22 is 4 then saybar
  1067. `2Hey baby!
  1068. @if `p22 is 5 then saybar
  1069. `2I can see myself from here
  1070. @if `p22 is 6 then saybar
  1071. `2i can't see a thing....gotta get this thing cleaned
  1072. @if `p22 is 7 then saybar
  1073. `0Geeves:  `2Stop looking in the mirror, s&sir, we have guests
  1074. @if `p22 is 8 then saybar
  1075. `2Are YOU talkN ta *ME*?  Are YOU TALKN TA ME?!? 
  1076. @if `p22 is 9 then saybar
  1077. `2Hasta Lavista....Baby
  1078. @if `p22 is 10 then saybar
  1079. `2You flex you pecs and other muscles(or lack of)
  1080. @if `p22 is 11 then saybar
  1081. `2codax_dragon@juno.com send him mail on howto send money
  1082. @if `p22 is 12 then saybar
  1083. `2Now that you are at the mirror you reflect over today's events
  1084. @if `p22 is 13 then saybar
  1085. `2Got Milk
  1086. @closescript
  1087. ;----------------------------Dog Tail--------------------------------
  1088. @#dogtail
  1089. @do `p20 random 3 1
  1090.  
  1091. @if `p20 is 1 then saybar
  1092. `4`bYIP!!!!!!!
  1093. @if `p20 is 2 then saybar
  1094. `2The dog moves his tail so you don't step on it
  1095. @if `p20 is 3 then saybar
  1096. `2The dog doesn't notice you crushed his tail
  1097. ;------------------------------Dog Head------------------------------
  1098. @#doghead
  1099. @do moveback
  1100. @do saybar
  1101. `2<pant> <drool> <slober> <pant> <slurp> Arf!!!!
  1102. @closescript
  1103. ;-----------------------------secret--------------------------------
  1104. @#secret
  1105. @do saybar
  1106. `2You look around and turn the secret knob.....
  1107. ;-----------------------------master's chair------------------------
  1108. @#chair
  1109. @do saybar
  1110. `2You sit in your chair....mmmmmm...food smells good.....
  1111. @closescript
  1112. ;----------------------------tubman---------------------------------
  1113. @#tubman
  1114. @do moveback
  1115. @do saybar
  1116. `2Hey man....Can't you see I'm doing something!!!
  1117. @closescript
  1118. ;--------------------------deepend---------------------------------
  1119. @#deepend
  1120. @do saybar
  1121. `4`bCAUTION `2Shallow area ends here!!!!
  1122. @close script
  1123.  
  1124.